home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / freaky-fun.swf / scripts / frame_33 / PlaceObject2_307_123 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2006-06-07  |  158 b   |  11 lines

  1. onClipEvent(load){
  2.    rePos = function()
  3.    {
  4.       x = random(300) + 100;
  5.       this._x = x;
  6.       this._y = -10;
  7.       x = 2;
  8.    };
  9.    repos();
  10. }
  11.